'宣言
Public Overloads Function Messages( _
ByVal success As System.String, _
ByVal info As System.String, _
ByVal warning As System.String, _
ByVal error As System.String _
) As TOut
public TOut Messages(
System.string success,
System.string info,
System.string warning,
System.string error
)